> **Note**: this crate was renamed from the `libostree` crate.
## Status
-The bindings are quite incomplete right now. Most of it can be autogenerated,
-but I simply turned on what I needed and left the rest for later.
+Most bindings that can be auto-generated are being auto-generated by now.
+Anything that is not yet supported by the crate probably requires handwritten
+bindings. These will most likely be added on an as-needed basis.
## Using
```toml
[dependencies]
-ostree = "0.3"
+ostree = "0.4"
```
To use features from later libostree versions, you need to specify the release
```toml
[dependencies.ostree]
-version = "0.3"
+version = "0.4"
features = ["v2018_7"]
```